Update css parser value none test
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:44:00 +0000 (14:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:44:00 +0000 (14:44 -0500)
The test is affected by icon-shadow being renamed and by
engine being deprecated.

testsuite/css/parser/value-none.css
testsuite/css/parser/value-none.errors
testsuite/css/parser/value-none.ref.css

index 928f5a2855142d019f4024da84107344a19769c1..ed15d6eb8a570134c7a911c0dbafbd68c2e10ed4 100644 (file)
@@ -1,38 +1,38 @@
 * {
+  -gtk-icon-shadow: none;
   background-clip: none;
   background-color: none;
-    background-image: none;
+  background-image: none;
   background-origin: none;
   background-repeat: none;
   border-bottom-color: none;
   border-bottom-left-radius: none;
   border-bottom-right-radius: none;
-    border-bottom-style: none;
+  border-bottom-style: none;
   border-bottom-width: none;
   border-image-repeat: none;
   border-image-slice: none;
-    border-image-source: none;
+  border-image-source: none;
   border-image-width: none;
   border-left-color: none;
-    border-left-style: none;
+  border-left-style: none;
   border-left-width: none;
   border-right-color: none;
-    border-right-style: none;
+  border-right-style: none;
   border-right-width: none;
   border-top-color: none;
   border-top-left-radius: none;
   border-top-right-radius: none;
-    border-top-style: none;
+  border-top-style: none;
   border-top-width: none;
-    box-shadow: none;
+  box-shadow: none;
   color: none;
-    engine: none;
-    font-family: none;
+  engine: none;
+  font-family: none;
   font-size: none;
   font-style: none;
   font-variant: none;
   font-weight: none;
-    icon-shadow: none;
   margin-bottom: none;
   margin-left: none;
   margin-right: none;
@@ -41,5 +41,5 @@
   padding-left: none;
   padding-right: none;
   padding-top: none;
-    text-shadow: none;
+  text-shadow: none;
 }
index 9e17c29a2cc1e7eac17b9ab344b0c95a95c4df7a..e0663e49a59dac3b373fa70b1fa71a1c68355974 100644 (file)
@@ -1,27 +1,28 @@
-value-none.css:2: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:3: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:5: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:4: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:6: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:7: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:8: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:9: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:11: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:10: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:12: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:13: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:15: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:14: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:16: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:18: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:17: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:19: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:21: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:20: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:22: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:23: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:24: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:26: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:28: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:31: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:25: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:27: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:29: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:30: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
 value-none.css:32: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:33: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:34: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+value-none.css:35: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:36: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:37: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
 value-none.css:38: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
index 660cd521c5aefa425546bdfeda765b8c844facbd..e2a1578b9f82a6cac4f3b3749be004ec7734f153 100644 (file)
@@ -1,4 +1,5 @@
 * {
+  -gtk-icon-shadow: none;
   background-image: none;
   border-bottom-style: none;
   border-image-source: none;
@@ -8,6 +9,5 @@
   box-shadow: none;
   engine: none;
   font-family: "none";
-  icon-shadow: none;
   text-shadow: none;
 }